GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / Count Property
Count Property (XamlCollection<T>)
In This Topic
Gets the number of sheets in the collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As XamlCollection(Of T)
Dim value As Integer
 
value = instance.Count
See Also